home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / os20 / cli / Wild20.readme < prev    next >
Text File  |  1992-08-14  |  1KB  |  19 lines

  1. Short: expands wildcards for any command, any shell
  2.  
  3.     Wild  is  a  program  that  expands  any  wildcards passed to it and then
  4.   executes   the   resulting   command  line,  providing  wildcard  expansion
  5.   capabilities  to  programs  that do not recognize wildcards, just like Unix
  6.   shells  do.   Wild  uses  the  wildcard  expansion  facilities  provided by
  7.   Workbench  2.0, and thus it supports all the wildcards WB2.0 offers, but at
  8.   the same time requires 2.0.  This is version 2.0, and includes source in C.
  9.   Author:  Bruno Costa.
  10.  
  11.   wildargs:
  12.     wildargs  is  a  small set of routines to easily expand wildcards for any
  13.   program  under  Kickstart  2.0.  The main routine (wildargs()) works on the
  14.   argc  and  argv  variables  received  by your program, changing them if any
  15.   wildcards  are  expanded.   There  is  an  additional  routine  that can be
  16.   optionally  called  before  wildargs()  to  set wildcard expanding options,
  17.   wildoptions().   This  is version 1.0, and includes Public Domain source in
  18.   C.  Author:  Bruno Costa.
  19.